Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nodestrap/indicator

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodestrap/indicator

A generic element with enable/disable and active/passive state.

  • 4.0.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

<Indicator />

A generic element with enable/disable and active/passive state.

Preview

<Indicator tag='span' theme='primary' size='lg' gradient={true} outlined={true} enabled={false} active={true} >
    hello world
</Indicator>

Rendered to:

<span class="c1 thPrimary szLg gradient outlined enabled actived">
    hello world
</span>

Features

  • Includes all features in <Basic />.
  • enable/disable state. Visualized in grayed color.
  • active/passive state. Visualized in strong color.
  • Customizable via @cssfn/css-config.

Installation

Using npm:

npm i @nodestrap/indicator

Support Us

If you feel our lib is useful for your projects,
please make a donation to avoid our project from extinction.

We always maintain our projects as long as we're still alive.

[Make a donation]

Keywords

FAQs

Package last updated on 16 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc